home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / progs / DIRECTOR / data.z / Lists Lingo.dir / Scripts_95_ilk aPropertyList.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  191 b   |  7 lines

  1. on mouseDown
  2.   global gDefaultPropList
  3.   doButton()
  4.   set vIlkResult to "#" & string(ilk(gDefaultPropList))
  5.   set the text of member "Checking Property Ilk Display Field 2" to vIlkResult
  6. end
  7.